SftTabs/NET 6.0

SwitchingDisabled Event, SftTabs Class

Softel vdm, Inc.

Occurs when the user clicks on a disabled tab.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Event SwitchingDisabled As SwitchingEventHandler

C#   

public event SwitchingEventHandler SwitchingDisabled;

C++   

public: event SwitchingEventHandler SwitchingDisabled;

Event Data

The SwitchingDisabled event handler receives an argument of type EventArgs containing data related to this event.

Comments

The SwitchingDisabled event occurs when the user clicks on a disabled tab.

This event could be used to notify the user that the tab is not available. No tab switching occurs or is possible when the user clicks on a disabled tab.

If a enabled tab is clicked by the end user, the Switching event occurs instead of the SwitchingDisabled event.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com